projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb129f
)
(set_file_times): Prototype.
author
Dave Love
<fx@gnu.org>
Thu, 4 Jan 2001 17:50:27 +0000
(17:50 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 4 Jan 2001 17:50:27 +0000
(17:50 +0000)
src/systime.h
patch
|
blob
|
history
diff --git
a/src/systime.h
b/src/systime.h
index 2b7eedbefcd2f870c24ec4dd43a9b9b3406a170e..4e57cf8161db21a07d5c8e7e6a3025a2e6ad2927 100644
(file)
--- a/
src/systime.h
+++ b/
src/systime.h
@@
-151,7
+151,7
@@
extern time_t timezone;
#define EMACS_SET_SECS_USECS(time, secs, usecs) \
(EMACS_SET_SECS (time, secs), EMACS_SET_USECS (time, usecs))
-extern int set_file_times
(
);
+extern int set_file_times
__P ((char *, EMACS_TIME, EMACS_TIME)
);
/* Compare times T1 and T2. Value is 0 if T1 and T2 are the same.
Value is < 0 if T1 is less than T2. Value is > 0 otherwise. */